AuthState

sealed class AuthState

Represents the authentication state of the user

Inheritors

Types

Link copied to clipboard
data class Authenticated(val user: FirebaseUser) : AuthState

Represents the state when the user is authenticated, containing the user details.

Link copied to clipboard

Represents the state when the user is unauthenticated.